*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Nunito',sans-serif;background:linear-gradient(170deg,#FFFFE0 0,#FFF 100%);color:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:1rem;overflow:hidden}main{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:600px}#logo{width:80px;height:80px;margin-bottom:1.5rem}h1{font-weight:800;font-size:clamp(2rem,5vw+1rem,3.5rem);margin-bottom:1rem;line-height:1.2}main p{font-weight:400;font-size:clamp(1rem,2vw+.5rem,1.25rem);margin-bottom:2rem;line-height:1.5;max-width:90%}a.cta{display:inline-block;background-color:#FFFC00;color:#000;font-weight:800;font-size:1.1rem;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;transition:transform .2s ease,box-shadow .2s ease;border:2px solid #000;box-shadow:0 4px 10px rgba(0,0,0,.2)}a.cta:hover,a.cta:focus{transform:translateY(-3px);box-shadow:0 8px 15px rgba(0,0,0,.3);outline:2px solid #000;outline-offset:2px}div#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#222;color:#fff;padding:1rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;text-align:center;transform:translateY(200%);transition:transform .5s ease;z-index:1000}div#cookie-banner.show{transform:translateY(0)}div#cookie-banner p{margin:0;font-size:.9rem}div#cookie-banner a{color:#FFFC00;text-decoration:underline}button#cookie-accept{background:#FFFC00;color:#000;border:none;padding:.5rem 1rem;border-radius:20px;font-weight:800;font-family:'Nunito',sans-serif;cursor:pointer}button#cookie-accept:hover,button#cookie-accept:focus{background:#fff;outline:none}